object InstallerForm: TInstallerForm Left = 505 Top = 150 Width = 352 Height = 370 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poDesktopCenter PrintScale = poNone Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnResize = FormResize OnShow = FormShow DesignSize = ( 344 343) PixelsPerInch = 96 TextHeight = 13 object contentPanel: TPanel Left = 0 Top = -1 Width = 352 Height = 152 Anchors = [akLeft, akTop, akRight] BevelOuter = bvLowered TabOrder = 0 object bmpPanel: TImage Left = 1 Top = 1 Width = 350 Height = 150 Center = True Stretch = True end object moviePanel1: TFlashPanel Left = 1 Top = 1 Width = 350 Height = 150 enableAllowScale = True scaleFactor = 0 Align = alClient AutoSize = True BevelOuter = bvNone Color = clWhite TabOrder = 0 end end object buttonPanel: TPanel Left = -8 Top = 279 Width = 350 Height = 63 Alignment = taLeftJustify Anchors = [] BevelOuter = bvNone Locked = True TabOrder = 1 DesignSize = ( 350 63) object labFile: TLabel Left = -1 Top = 2 Width = 190 Height = 18 AutoSize = False Visible = False end object labCopying: TLabel Left = 1 Top = 3 Width = 419 Height = 13 AutoSize = False Visible = False end object installbutn: TLabel Left = 24 Top = 40 Width = 3 Height = 13 Enabled = False Visible = False OnClick = installButnClick end object progressBar: TProgressBar Left = 1 Top = 20 Width = 347 Height = 11 Anchors = [akLeft, akTop, akRight] Min = 0 Max = 100 Step = 1 TabOrder = 0 end object installBtn: TButton Left = 182 Top = 36 Width = 80 Height = 25 Anchors = [akTop, akRight] Caption = '&Install' TabOrder = 1 OnClick = installBtnClick end object doneBtn: TButton Left = 268 Top = 36 Width = 80 Height = 25 Anchors = [akTop, akRight] Caption = 'Close' TabOrder = 2 Visible = False OnClick = doneBtnClick end object cancelBtn: TButton Left = 268 Top = 36 Width = 80 Height = 25 Anchors = [akTop, akRight] Caption = 'Cancel' TabOrder = 3 OnClick = cancelBtnClick end end object licenseScrollBox: TMemo Left = -8 Top = 150 Width = 350 Height = 105 Anchors = [] Constraints.MinHeight = 103 ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object pauseTimer: TTimer Enabled = False Interval = 100 OnTimer = pauseTimerTimer Left = 152 Top = 80 end object ApplicationEvents1: TApplicationEvents OnMessage = ApplicationEvents1Message Left = 232 Top = 72 end end